projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ca36ce
)
Disable show-trailing-whitespace
author
USAMI Kenta
<tadsan@zonu.me>
Sat, 13 Feb 2016 14:21:05 +0000
(23:21 +0900)
committer
USAMI Kenta
<tadsan@zonu.me>
Sat, 13 Feb 2016 14:21:05 +0000
(23:21 +0900)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 8934934c08244c19136e1f9de2852cbcecaa3a7d..44d893f6a4d4a14227b256f022cc1974f7b74f76 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-535,6
+535,7
@@
alongside the actual current key sequence when
(setq-local cursor-in-non-selected-windows nil)
(setq-local mode-line-format nil)
(setq-local word-wrap nil)
+ (setq-local show-trailing-whitespace nil)
(run-hooks 'which-key-init-buffer-hook))))
(defun which-key--setup ()